home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / WorkTime 4.14 / worktime.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-11-06  |  8.5 KB  |  172 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=WorkTime
  4. AppVerName=WorkTime Trial version 4.14
  5. AppId=WORKTIME4
  6. AppVersion=4.14
  7. AppPublisher=NesterSoft Inc.
  8. AppPublisherURL=http://www.nestersoft.com/worktime
  9. AppSupportURL=http://www.nestersoft.com/worktime/support.shtml
  10. AppUpdatesURL=http://www.nestersoft.com/worktime
  11. AppMutex=WorkTime, Global\WorkTime
  12. DefaultDirName={pf}\WorkTime
  13. DefaultGroupName=WorkTime
  14. UninstallDisplayIcon={app}\worktime.exe
  15. UninstallDisplayName=WorkTime Trial
  16. OutputBaseFilename=worktime_
  17. Compression=lzma
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\WorkTime.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ActivityMon.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\gbak.exe"; DestDir: "{app}"; 
  26. Source: "{app}\gds32.dll"; DestDir: "{app}"; 
  27. Source: "{app}\fbclient.dll"; DestDir: "{app}"; 
  28. Source: "{app}\firebird.msg"; DestDir: "{app}"; 
  29. Source: "{app}\firebird.conf"; DestDir: "{app}"; 
  30. Source: "{app}\license.txt"; DestDir: "{app}"; 
  31. Source: "{app}\history.txt"; DestDir: "{app}"; 
  32. Source: "{app}\WorkTime.chm"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\worktime.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\wt4hidden.bat"; DestDir: "{app}"; 
  35. Source: "{app}\Reports\web_log.ini"; DestDir: "{app}\Reports"; 
  36. Source: "{app}\Lang\chinese.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  37. Source: "{app}\Lang\english.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  38. Source: "{app}\Lang\french.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  39. Source: "{app}\Lang\italian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  40. Source: "{app}\Lang\polish.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  41. Source: "{app}\Lang\russian.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  42. Source: "{app}\Lang\spanish.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  43. Source: "{commonappdata}\NesterSoft\WorkTime\worktime.ini"; DestDir: "{commonappdata}\NesterSoft\WorkTime"; MinVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  44. Source: "{commonappdata}\NesterSoft\WorkTime\stat.ini"; DestDir: "{commonappdata}\NesterSoft\WorkTime"; MinVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  45. Source: "{commonappdata}\NesterSoft\WorkTime\db\WT4.GDB"; DestDir: "{commonappdata}\NesterSoft\WorkTime\db"; MinVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  46. Source: "{commonappdata}\NesterSoft\WorkTime\db\db_update.ini"; DestDir: "{commonappdata}\NesterSoft\WorkTime\db"; MinVersion: 5.0,5.0; 
  47. Source: "{app}\worktime.ini"; DestDir: "{app}"; OnlyBelowVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  48. Source: "{app}\stat.ini"; DestDir: "{app}"; OnlyBelowVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  49. Source: "{app}\db\WT4.GDB"; DestDir: "{app}\db"; OnlyBelowVersion: 5.0,5.0; Flags: onlyifdoesntexist 
  50. Source: "{app}\db\db_update.ini"; DestDir: "{app}\db"; OnlyBelowVersion: 5.0,5.0; 
  51. Source: "{app}\msvcp60.dll"; DestDir: "{app}"; 
  52. [Dirs]
  53. Name: "{commonappdata}\NesterSoft\WorkTime"; 
  54. [Registry]
  55. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WorkTime"; ValueType: String; ValueData: "{app}\worktime.exe"; Tasks: AutoStart\user; Flags: uninsdeletevalue 
  56. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WorkTime"; ValueType: String; ValueData: "{app}\worktime.exe"; Tasks: AutoStart\common; Flags: uninsdeletevalue 
  57. [Run]
  58. Filename: "{app}\worktime.exe"; Description: "Run WorkTime"; Flags: skipifdoesntexist postinstall nowait
  59. [Icons]
  60. Name: "{group}\WorkTime"; Filename: "{app}\WorkTime.exe"; WorkingDir: "{app}"; 
  61. Name: "{group}\WorkTime Help"; Filename: "{app}\WorkTime.chm"; WorkingDir: "{app}"; 
  62. Name: "{userdesktop}\WorkTime"; Filename: "{app}\WorkTime.exe"; Tasks: desktopicon; 
  63. [Tasks]
  64. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  65. Name: "AutoStart"; Description: "&Launch WorkTime automatically with Windows"; GroupDescription: "Auto Launch:"; 
  66. Name: "AutoStart\common"; Description: "For all users"; GroupDescription: "Auto Launch:"; 
  67. Name: "AutoStart\user"; Description: "For the current user only"; GroupDescription: "Auto Launch:"; 
  68. [UninstallDelete]
  69. Type: files; Name: "{app}\instname.txt"; 
  70. Type: files; Name: "{app}\key.txt"; 
  71. Type: files; Name: "{app}\win_state.ini"; 
  72. Type: files; Name: "{app}\we.url"; 
  73. Type: filesandordirs; Name: "{app}\db"; 
  74. Type: filesandordirs; Name: "{app}\dbbackup"; 
  75. Type: filesandordirs; Name: "{app}\dbsave"; 
  76. Type: filesandordirs; Name: "{app}\log"; 
  77. Type: filesandordirs; Name: "{app}\offline"; 
  78. Type: filesandordirs; Name: "{app}\temp"; 
  79. Type: filesandordirs; Name: "{app}\tempdata"; 
  80. Type: dirifempty; Name: "{app}"; 
  81. Type: filesandordirs; Name: "{commonappdata}\NesterSoft\WorkTime"; 
  82. Type: dirifempty; Name: "{commonappdata}\NesterSoft"; 
  83. [CustomMessages]
  84. en.NameAndVersion=%1 version %2
  85. en.AdditionalIcons=Additional icons:
  86. en.CreateDesktopIcon=Create a &desktop icon
  87. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  88. en.ProgramOnTheWeb=%1 on the Web
  89. en.UninstallProgram=Uninstall %1
  90. en.LaunchProgram=Launch %1
  91. en.AssocFileExtension=&Associate %1 with the %2 file extension
  92. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  93. french.NameAndVersion=%1 version %2
  94. french.AdditionalIcons=Ic
  95. nes suppl
  96. mentaires :
  97. french.CreateDesktopIcon=Cr
  98. er une ic
  99. ne sur le &Bureau
  100. french.CreateQuickLaunchIcon=Cr
  101. er une ic
  102. ne dans la barre de &Lancement rapide
  103. french.ProgramOnTheWeb=Page d'accueil de %1
  104. french.UninstallProgram=D
  105. sinstaller %1
  106. french.LaunchProgram=Ex
  107. cuter %1
  108. french.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  109. french.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  110. italian.NameAndVersion=%1 versione %2
  111. italian.AdditionalIcons=Icone aggiuntive:
  112. italian.CreateDesktopIcon=Crea un'icona sul &desktop
  113. italian.CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
  114. italian.ProgramOnTheWeb=%1 sul Web
  115. italian.UninstallProgram=Disinstalla %1
  116. italian.LaunchProgram=Avvia %1
  117. italian.AssocFileExtension=&Associa l'estensione %2 a %1
  118. italian.AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
  119. polish.NameAndVersion=%1 wersja %2
  120. polish.AdditionalIcons=Dodatkowe ikony:
  121. polish.CreateDesktopIcon=Utw
  122. rz ikon
  123.  na &pulpicie
  124. polish.CreateQuickLaunchIcon=Utw
  125. rz ikon
  126.  na pasku &szybkiego uruchamiania
  127. polish.ProgramOnTheWeb=Strona WWW programu %1
  128. polish.UninstallProgram=Deinstalacja programu %1
  129. polish.LaunchProgram=Uruchom program %1
  130. polish.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
  131. polish.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
  132. russian.NameAndVersion=%1, 
  133. russian.AdditionalIcons=
  134. russian.CreateDesktopIcon=
  135. russian.CreateQuickLaunchIcon=
  136. russian.ProgramOnTheWeb=
  137. russian.UninstallProgram=
  138. russian.LaunchProgram=
  139. russian.AssocFileExtension=
  140. russian.AssocingFileExtension=
  141.  %2...
  142. spanish.NameAndVersion=%1 versi
  143. spanish.AdditionalIcons=Iconos adicionales:
  144. spanish.CreateDesktopIcon=Crear un atajo en el &Escritorio
  145. spanish.CreateQuickLaunchIcon=Crear un icono de acceso &r
  146. spanish.ProgramOnTheWeb=%1 en la Web
  147. spanish.UninstallProgram=Eliminar %1
  148. spanish.LaunchProgram=Ejecutar %1
  149. spanish.AssocFileExtension=&Asociar %1 con la extensi
  150. n de archivo %2
  151. spanish.AssocingFileExtension=Asociar %1 con la extensi
  152. n de archivo %2...
  153. chinese.NameAndVersion=%1 
  154. chinese.AdditionalIcons=
  155. chinese.CreateDesktopIcon=
  156. chinese.CreateQuickLaunchIcon=
  157. chinese.ProgramOnTheWeb=
  158. chinese.UninstallProgram=
  159. chinese.LaunchProgram=
  160. chinese.AssocFileExtension=
  161. chinese.AssocingFileExtension=
  162. [Languages]
  163. ; These files are stubs
  164. ; To achieve better results after recompilation, use the real language files
  165. Name: "en"; MessagesFile: "embedded\en.isl"; 
  166. Name: "french"; MessagesFile: "embedded\french.isl"; 
  167. Name: "italian"; MessagesFile: "embedded\italian.isl"; 
  168. Name: "polish"; MessagesFile: "embedded\polish.isl"; 
  169. Name: "russian"; MessagesFile: "embedded\russian.isl"; 
  170. Name: "spanish"; MessagesFile: "embedded\spanish.isl"; 
  171. Name: "chinese"; MessagesFile: "embedded\chinese.isl"; 
  172.